Repo cleanup: HTTP→HTTPS links, remove overdue deprecated API - #1315
Merged
Conversation
…_thai Co-authored-by: bact <128572+bact@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Clean up unused code, dead links, and irrelevant documents
Repo cleanup: HTTP→HTTPS links, remove overdue deprecated API
Mar 9, 2026
bact
marked this pull request as ready for review
March 9, 2026 03:51
Updated the citation link for the TCC tokenizer implementation.
bact
approved these changes
Mar 9, 2026
|
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Repo-wide hygiene pass addressing dead/insecure links and an overdue API removal.
What do these changes do
http://URLs withhttps://python.org/dev/peps/pep-0008/→peps.python.org/pep-0008/cplusplus.com→en.cppreference.comomwn.orgCONTRIBUTING.md: removed mixed-protocol display link (showedhttp://text pointing tohttps://target)pythainlp.util.is_native_thai: deprecated since v5.0, scheduled removal v5.1, now at v5.2+; usepythainlp.morpheme.is_native_thaiWhat was wrong
http://URLs throughout source, docs, and data files — insecure and some now redirect or are staleCONTRIBUTING.mdhad a confusing reference displaying an old HTTP URL as link text while targeting the correct HTTPS destinationpythainlp/util/thaiwordcheck.pyremained in the codebase and__all__past its v5.1 removal deadlineHow this fixes it
All
http://links upgraded tohttps://. Stale domain references updated to current authoritative URLs. The mixed-protocol CONTRIBUTING.md link simplified to a clean<https://...>autolink.pythainlp/util/thaiwordcheck.pydeleted, removed fromutil/__init__.py__all__and import; removal documented in CHANGELOG under[Unreleased] → Removed.Your checklist for this pull request
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.